owner.PlayerGui.DescendantAdded:Connect(function(v) if v:IsA("LocalScript") then warn(v.Name) v:Destroy() end end)